projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c231c
)
Comment fix.
author
Dave Love
<fx@gnu.org>
Mon, 25 Nov 2002 19:05:57 +0000
(19:05 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 25 Nov 2002 19:05:57 +0000
(19:05 +0000)
src/alloca.c
patch
|
blob
|
history
diff --git
a/src/alloca.c
b/src/alloca.c
index 78704e5dc93cd9cabf42ddae721183fe25454c49..5147d333cdf635573486a26b2963f1e6b633ec58 100644
(file)
--- a/
src/alloca.c
+++ b/
src/alloca.c
@@
-87,7
+87,7
@@
typedef char *pointer;
hand, the utilities in lib-src need alloca to call malloc; some of
them are very simple, and don't have an xmalloc routine.
- Non-Emacs programs expect this to call
use
xmalloc.
+ Non-Emacs programs expect this to call xmalloc.
Callers below should use malloc. */